home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 65.zip / BS1 part 65 / DevPac v3.02b.adf / include / libraries / translator.i < prev   
Text File  |  1991-11-20  |  412b  |  18 lines

  1.     IFND    LIBRARIES_TRANSLATOR_I
  2. LIBRARIES_TRANSLATOR_I    SET    1
  3. **
  4. **    $Filename: libraries/translator.i $
  5. **    $Release: 1.3 $
  6. **
  7. **    Translator error codes 
  8. **
  9. **    (C) Copyright 1985,1986,1987,1988 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. **
  12.  
  13. TR_NotUsed    EQU    -1        ;This is an often used system rc
  14. TR_NoMem    EQU    -2        ;Can't allocate memory
  15. TR_MakeBad    EQU    -4        ;Error in MakeLibrary call
  16.  
  17.     ENDC    ; LIBRARIES_TRANSLATOR_I
  18.